#{if tag}
&{'web.tag'}: ${tag}
#{/if}
#{list news.take(1), as:'p'}
${p.date().format()}
#{if p.path == page.path}
${p.title}
#{/if}
#{else}
#{/else}
${p.contentParts().content.raw()}
#{if p.metadata.tags}
#{/if}
#{/list}
#{list news.drop(1), as:'p'}
#{/list}
#{ifnot news}
&{'web.news.notFound'}
#{/ifnot}
#{if total > news.size()}
&{'web.news.notShown', total - news.size()}
#{/if}